home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / qb281cz2.zip / STRUCT.ZIP / C.ZIP / PROGRAM.INC next >
Text File  |  1995-04-22  |  298b  |  13 lines

  1. /* Uncomment the next line for GOLDBASE */
  2. //#define GOLDBASE
  3.  
  4. #ifdef GOLDBASE
  5. Integer  MaxMsgAreas  = 500;
  6. Char      FileExt[] = ".DAT";
  7. #else
  8. Integer  MaxMsgAreas  = 200;
  9. Char     FileExt[] = ".BBS";
  10. #endif
  11. Integer  MaxLanguages = 30;
  12. Integer  MaxEvents    = 30;
  13. Integer  MaxProtocols = 20;